PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFHatchBrush Class / PDFHatchBrush Constructor / PDFHatchBrush Constructor(double,double,PDFHatchBrushStyle)
The width of the brush hatch model.
The height of the brush hatch model.
The style of the hatch brush.
In This Topic
    PDFHatchBrush Constructor(double,double,PDFHatchBrushStyle)
    In This Topic
    Initializes a new PDFHatchBrush object.
    Syntax
    public PDFHatchBrush( 
       double width,
       double height,
       PDFHatchBrushStyle style
    )

    Parameters

    width
    The width of the brush hatch model.
    height
    The height of the brush hatch model.
    style
    The style of the hatch brush.
    See Also